fix: prop handling on native Android implementation#592
Conversation
| if (fragment.getMapController() != null) { | ||
| sink.applyToController(fragment.getMapController()); | ||
| } |
There was a problem hiding this comment.
@illuminati1911 this PR fixes situation where controller was not ready, and therefore controller settings on the sink were never applied.
|
Hello @jokerttu , I just want to know something please... Is the IOS fix probably coming in a different PR ? |
7104313 to
0b7d035
Compare
0b7d035 to
cc5403c
Compare
Hey @qwalker8408-aura. That would be in a different PR yes. Could you tell me what kind of issues you are running into on iOS? |
Hey @illuminati1911 👋 . Its when I want to toggle When I do this on android all I have to do is in the onMapReady to do a setTimeout for as little as 100ms and if i toggle state to change the myLocationEnabled it does disappear/show but the same approach for IOS never does. Apologies, I wish more insight could be provided with native insights but not my strength. Thanks |
Fixes how view controller props are set on view initialization on Android platform
Fixes #590
Fixes #582
Pre-launch Checklist